DrawRects(Rectangle[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws a rectangle outline with the current color.

Syntax

public void DrawRects(
	Rectangle[] rectangles
)

Parameters

rectangles

Rectangles to draw outline for


Back to index